【原】AVAudio錄制,播放 (解決真機播放音量太小)
原文鏈接:http://www.cnblogs.com/A--G/p/4624526.html 最近學習AVFoundation里的audio操作,最基本的錄制和播放,參考了一個Code4pp的 ...
原文鏈接:http://www.cnblogs.com/A--G/p/4624526.html 最近學習AVFoundation里的audio操作,最基本的錄制和播放,參考了一個Code4pp的 ...
原文:http://www.cnblogs.com/A--G/p/4759810.html 一、獲取當前日期需要調用一個簡單的方法:[NSDate date];//獲取現在的日期 ...
關於在navigationController下面使用tableView在豎直方向會遇到frame的y值的困惑, 會遇到視圖控制器的這個屬性: automaticallyAdjust ...
今天突然發現一個問題,由於對UITableViewCell 的重用機制不是很了解,讓我糾結很久; 用過reloadData時候,會調用cellForRowAtIndexPath方法,但是請看以下 ...
UITextView 自適應高度,搬來一篇stack上的: Is there a good way to adjust the size of a U ...